home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Washington DC
/
Washington DC 100 Photos & Screensaver.iso
/
mac
/
Washington DC Screen Saver
/
Washington DC Screen Saver.dxr
/
00018.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-04-18
|
325 b
|
20 lines
global gMouseH, gMouseV, gBackdrop
on startMovie
set gMouseH to the mouseH
set gMouseV to the mouseV
set the keyDownScript to "quit"
set the mouseDownScript to "quit"
cursor(200)
end
on stopMovie
cursor(-1)
end
on enterFrame
if (the mouseH <> gMouseH) or (the mouseV <> gMouseV) then
quit()
end if
end